projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc599d7
)
(command_loop_1): Remove #ifdef C_ALLOCA block.
author
Glenn Morris
<rgm@gnu.org>
Wed, 12 Sep 2007 07:19:55 +0000
(07:19 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 12 Sep 2007 07:19:55 +0000
(07:19 +0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 581975afc5835a18320b03dff9ec7640ceecc97e..f0f2f8c897f4f8707580492cdf825e16506a1c65 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-1665,11
+1665,6
@@
command_loop_1 ()
}
}
-#ifdef C_ALLOCA
- alloca (0); /* Cause a garbage collection now */
- /* Since we can free the most stuff here. */
-#endif /* C_ALLOCA */
-
#if 0
/* Select the frame that the last event came from. Usually,
switch-frame events will take care of this, but if some lisp